Introduction of C#

Welcome to the C # tutorial, with the introduction of the .NET framework, Microsoft's new language is called C # (C Sharpe Word). C # is designed for a simple, modern, general purpose, object-oriented programming language, which is borrowing key concepts from many other languages, most notably Java

C # can be compiled for encrypted machine code, but in real life, it is always used in conjunction with the >Net framework. Therefore, applications written in C # need a .NET framework to be installed on the computer running the application. While the .NET framework makes it possible to use a wide range of languages, C # is sometimes also known as the .NET language, possibly because it was created with the framework

C # is an object-oriented language and does not offer global variables or functions. Everything is wrapped in the classroom, even common types like int and string, which are received from the system. Object class

In the following chapters, you will be guided through the most important topics about C #.